 ; messages masked for CathLibCPP
 add_message "Non-ANSI #include <*.h>"
 add_message "static '*' declared but not used"
 add_message "static function '*' not defined - treated as extern"
 add_message "please provide an out-of-line definition: * which is needed by derived classes"

 ; you can add more messages here to mask
 ; add_message "Non-ANSI #include <*.h>"
 ; add_message " initializer for non-const reference not an lvalue"
 ; add_message "temporary used for non-const"
 ; add_message "* not used"
 ; add_message "'=': implicit cast of pointer to non-equal pointer"
 ; add_message "'return': implicit cast of pointer to non-equal pointer"
 ; add_message "static '*' declared but not used"
 ; add_message "static function '*' not defined - treated as extern"

 ; these mask out some unneeded warnings in Dreamscape
 ; add_message "out-of-bound offset 2 in address"
 ; add_message "*::show() hides virtual Showable::show()"

 END
